projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622eac1
)
(kkc-region): When a key sequence is not
author
Kenichi Handa
<handa@m17n.org>
Thu, 19 Oct 2006 12:27:58 +0000
(12:27 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 19 Oct 2006 12:27:58 +0000
(12:27 +0000)
defined, append (this-single-command-raw-keys) to
unread-input-method-events.
lisp/international/kkc.el
patch
|
blob
|
history
diff --git
a/lisp/international/kkc.el
b/lisp/international/kkc.el
index dc313c7d30ada578c07b556ed9f7c0a7fe5068cb..6da899af93ac3cb7223db0a1c85b63819025e311 100644
(file)
--- a/
lisp/international/kkc.el
+++ b/
lisp/international/kkc.el
@@
-291,7
+291,7
@@
and the return value is the length of the conversion."
;; KEYSEQ is not defined in KKC keymap.
;; Let's put the event back.
(setq unread-input-method-events
- (append (string-to-list
keyseq
)
+ (append (string-to-list
(this-single-command-raw-keys)
)
unread-input-method-events))
(kkc-terminate))))